home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / cd-sup / easyfind / src / english / easyfind.cd
Text File  |  1998-05-24  |  2KB  |  191 lines

  1. #language english
  2. #version 2
  3. ;
  4. ; 19.01.1997   (C) Jan Schwenke
  5. ;
  6. msgMemoryError(//)
  7. Out of memory!
  8. ;
  9. msgSelectPath(//)
  10. Select Path
  11. ;
  12. msgCancel(//)
  13. Cancel
  14. ;
  15. msgError(//)
  16. Error
  17. ;
  18. msgMuimasterError(//)
  19. Cant find muimaster.library !
  20. ;
  21. msgNoIndexName(//)
  22. Missing name for indexfile !
  23. ;
  24. msgNoIndexFile(//)
  25. Selected file is not an indexfile
  26. ;
  27. msgIndexError(//)
  28. Cant find indexfile
  29. ;
  30. msgInvert(//)
  31. _Invert
  32. ;
  33. msgNone(//)
  34. _None
  35. ;
  36. msgDelete(//)
  37. Delete
  38. ;
  39. msgCopy(//)
  40. Copy
  41. ;
  42. msgUnpack(//)
  43. _Unpack
  44. ;
  45. msgArchive(//)
  46. _Archive
  47. ;
  48. msgRead(//)
  49. Read
  50. ;
  51. msgShow(//)
  52. Show
  53. ;
  54. msgPath(//)
  55. Path
  56. ;
  57. msgSearchword(//)
  58. Searchword
  59. ;
  60. msgSearch(//)
  61. Search
  62. ;
  63. msgNewIndexfile(//)
  64. Make new indexfile
  65. ;
  66. msgcase(//)
  67. case sensitive
  68. ;
  69. msgDirNames(//)
  70. Directorynames
  71. ;
  72. msgExact(//)
  73. Exact
  74. ;
  75. msgIndexsearch(//)
  76. Indexsearch
  77. ;
  78. msgOptions(//)
  79. Options
  80. ;
  81. msgProgram(//)
  82. Program
  83. ;
  84. msgIndexfile(//)
  85. Indexfile
  86. ;
  87. msgPacker(//)
  88. Packer
  89. ;
  90. msgUnpacker(//)
  91. Unpacker
  92. ;
  93. msgTextviewer(//)
  94. Textviewer
  95. ;
  96. msgPictureviewer(//)
  97. Pictureviewer
  98. ;
  99. msgSave(//)
  100. _Save
  101. ;
  102. msgStop(//)
  103. Stop
  104. ;
  105. msgSearching(//)
  106. Searching...
  107. ;
  108. msgAboutMUI(//)
  109. About MUI
  110. ;
  111. msgAboutEasyFind(//)
  112. About EasyFind
  113. ;
  114. msgQuit(//)
  115. Quit
  116. ;
  117. msgProject(//)
  118. Project
  119. ;
  120. msgOK_Cancel(//)
  121. OK|Cancel
  122. ;
  123. msgDelSelectedEntries(//)
  124. Delete selected entries
  125. ;
  126. msgSelDestPath(//)
  127. Select destinationpath
  128. ;
  129. msgSelDestArchive(//)
  130. Select destinationpath and archive
  131. ;
  132. msgReplaceIndexfile(//)
  133. File already exists ! Replace ?
  134. ;
  135. msgGuide(//)
  136. EasyFind_English.guide
  137. ;
  138. msgMinStack(//)
  139. Please set stacksize to 40000
  140. ;
  141. msgDMSSelect(//)
  142. Select drive for DMS
  143. ;
  144. msgFileInfo(//)
  145. FileInfo
  146. ;
  147. msgScript(//)
  148. \033lS-Script
  149. ;
  150. msgPure(//)
  151. \033lP-Pure
  152. ;
  153. msgArchivebit(//)
  154. \033lA-Archive
  155. ;
  156. msgReadable(//)
  157. \033lR-Read
  158. ;
  159. msgWritable(//)
  160. \033lW-Write;
  161. ;
  162. msgExecuteable(//)
  163. \033lE-Execute
  164. ;
  165. msgDeletable(//)
  166. \033lD-Delete
  167. ;
  168. msgProtectionbits(//)
  169. Protectionbits
  170. ;
  171. msgFileName(//)
  172. Name
  173. ;
  174. msgDate(//)
  175. Date
  176. ;
  177. msgComment(//)
  178. Comment
  179. ;
  180. msgSize(//)
  181. \033cSize
  182. ;
  183. msgRename(//)
  184. Rename
  185. ;
  186. msgSetDate(//)
  187. Set new date
  188. ;
  189. msgSetComment(//)
  190. Set new comment
  191.